Articles
SupportHow To
Pull in current user information to a Form Letter or Print Template
If you want to pull in information about the current user (the user printing a record/sending a form letter) you can use the following format to pull in any field from the user record: {{c2.currentUser.fieldname}}
For example:
{{c2.currentUser.userName}} - Current user's username ("jrobb")
{{c2.currentUser.name}} - Current user's name ("Jacy Robb")
{{c2.currentUser.email1}} - Current user's email ("jrobb@clearc2.com")
Was this article helpful?